home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd1.bin / oddech / flashgame / veonix.swf / scripts / DefineButton2_4 / BUTTONCONDACTION on(keyPress Down).as next >
Text File  |  2003-03-14  |  166b  |  10 lines

  1. on(keyPress "<Down>"){
  2.    if(bloccoshift == 0 && x == 1)
  3.    {
  4.       bloccoshift = 1;
  5.       puntidoppi = 2;
  6.       Shiftbasso();
  7.       bloccoshift = 0;
  8.    }
  9. }
  10.